home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00087_Power Off.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  292 b   |  17 lines

  1. on mouseDown
  2.   puppetSprite(6, 1)
  3.   puppetSound(0)
  4.   puppetSound("CLICK.AIF")
  5.   updateStage()
  6.   repeat while soundBusy(1)
  7.     nothing()
  8.   end repeat
  9.   set the memberNum of sprite 6 to the number of member "POWER OFF"
  10.   updateStage()
  11. end
  12.  
  13. on mouseUp
  14.   go("KIOSK OFF")
  15.   puppetSprite(6, 0)
  16. end
  17.